HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/wp-recipe-maker/assets/css/admin/comments.scss
.comments th#wprm_rating,
.comments td.wprm_rating {
    width: 130px;
}

.column-wprm_rating {
	.comment-form-wprm-rating {
		margin: 0;
	}

	.wprm-rating-change-save {
		display: none;
	}
}

.comments th#wprm_review,
.comments td.wprm_review {
    width: 150px;
}

.column-wprm_review {
	.wprm-comment-review-status-na {
		opacity: 0.3;
	}
	.wprm-comment-review-status-featured {
		color: darkgreen;
		font-weight: bold;
	}
	.wprm-comment-review-status-excluded {
		color: darkred;
		font-weight: bold;
	}
}

.wp-admin {
	// Prevent huge stars in backend.
	fieldset.wprm-comment-ratings-container input[type=radio] {
		max-width: 16px;
		max-height: 16px;
	}
	fieldset.wprm-comment-ratings-container span {
		max-width: 80px;
		max-height: 16px;
	}

	// Make empty stars faded.
	fieldset.wprm-comment-ratings-container legend + input + span svg {
		opacity: 0.3;
	}
}